home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Wyszukiwarki / Bingooo 2.6.0 / Bingooo_english.exe / {app} / BINGOOO.exe / 0 / RCDATA / TFORM18 / TFORM18.txt
Text File  |  2002-06-14  |  2KB  |  111 lines

  1. object Form18: TForm18
  2.   Left = 389
  3.   Top = 164
  4.   Width = 402
  5.   Height = 300
  6.   Caption = 'Administrator Options'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 296
  20.     Top = 240
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'OK'
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.     OnClick = Button1Click
  27.   end
  28.   object Button2: TButton
  29.     Left = 208
  30.     Top = 240
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'Cancel'
  34.     ModalResult = 2
  35.     TabOrder = 1
  36.   end
  37.   object GroupBox1: TGroupBox
  38.     Left = 24
  39.     Top = 16
  40.     Width = 345
  41.     Height = 209
  42.     Caption = 'Options for Clients'
  43.     TabOrder = 2
  44.     object Label1: TLabel
  45.       Left = 16
  46.       Top = 160
  47.       Width = 305
  48.       Height = 26
  49.       Caption = 
  50.         'Proxy Server, Proxy Port, Proxy Script, Schema and Edition for a' +
  51.         'll clients are configured in General Options from this machine.'
  52.       Font.Charset = DEFAULT_CHARSET
  53.       Font.Color = clNavy
  54.       Font.Height = -11
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = []
  57.       ParentFont = False
  58.       WordWrap = True
  59.     end
  60.     object CheckBox1: TCheckBox
  61.       Left = 16
  62.       Top = 24
  63.       Width = 300
  64.       Height = 17
  65.       Caption = 'Enable Lan Messenger'
  66.       TabOrder = 0
  67.     end
  68.     object CheckBox2: TCheckBox
  69.       Left = 16
  70.       Top = 48
  71.       Width = 300
  72.       Height = 17
  73.       Caption = 'Enable Internet Messenger'
  74.       TabOrder = 1
  75.     end
  76.     object CheckBox3: TCheckBox
  77.       Left = 16
  78.       Top = 72
  79.       Width = 300
  80.       Height = 17
  81.       Caption = 'Enable Streaming Media'
  82.       TabOrder = 2
  83.     end
  84.     object CheckBox4: TCheckBox
  85.       Left = 16
  86.       Top = 96
  87.       Width = 300
  88.       Height = 17
  89.       Caption = 'Enable Edition Change'
  90.       TabOrder = 3
  91.     end
  92.     object CheckBox6: TCheckBox
  93.       Left = 16
  94.       Top = 120
  95.       Width = 300
  96.       Height = 17
  97.       Caption = 'Enable Adult Content'
  98.       TabOrder = 4
  99.     end
  100.     object CheckBox7: TCheckBox
  101.       Left = 16
  102.       Top = 144
  103.       Width = 300
  104.       Height = 17
  105.       Caption = 'Enable Entertainment Content'
  106.       TabOrder = 5
  107.       Visible = False
  108.     end
  109.   end
  110. end
  111.